projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8fb3d5
)
(Fpop_to_buffer): Pass new arg to Fdisplay_buffer.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 6 Feb 1998 06:17:17 +0000
(06:17 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 6 Feb 1998 06:17:17 +0000
(06:17 +0000)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index 35707adb663398470f537b0cb776b940191b31eb..a623fd5eba3e368cc23f764ed61ab079bbef3068 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-1357,7
+1357,7
@@
do not put this buffer at the front of the list of recently selected ones.")
Fset_buffer (buf);
if (NILP (norecord))
record_buffer (buf);
- Fselect_window (Fdisplay_buffer (buf, other_window));
+ Fselect_window (Fdisplay_buffer (buf, other_window
, Qnil
));
return buf;
}